home *** CD-ROM | disk | FTP | other *** search
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition="'$(Configuration)'==''">Debug</Configuration>
- <DefaultClrNameSpace>Animation_Studio</DefaultClrNameSpace>
- <AssemblyName>AnimationStudio</AssemblyName>
- <OutputPath>bin\$(Configuration)\</OutputPath>
- <ApplicationVersion>1.0.0.*</ApplicationVersion>
- <ApplicationRevision>0</ApplicationRevision>
- <AlwaysCompileMarkupFilesInSeparateDomain>false</AlwaysCompileMarkupFilesInSeparateDomain>
- <OutputType>WinExe</OutputType>
- <RootNamespace>UntitledProject1</RootNamespace>
- <ProjectGuid>{7ECDA0A7-D3AC-4770-BE12-851E6EBE65FA}</ProjectGuid>
- <Win32Resource>Resources.res</Win32Resource>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
- <DefineConstants>DEBUG</DefineConstants>
- </PropertyGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <Import Project="$(MSBuildBinPath)\Microsoft.WinFX.targets" />
- <ProjectExtensions>
- <InteractiveDesigner>
- <ProjectExtensions xmlns="">
- <Version>0.03</Version>
- </ProjectExtensions>
- </InteractiveDesigner>
- <VisualStudio />
- </ProjectExtensions>
- <ItemGroup>
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
- <Reference Include="PresentationFramework.Luna" />
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- <Reference Include="WindowsBase" />
- <ApplicationDefinition Include="App.xaml" />
- <Compile Include="App.xaml.cs">
- <DependentUpon>App.xaml</DependentUpon>
- </Compile>
- <Compile Include="AssemblyInfo.cs" />
- <Compile Include="DelegateCommand.cs" />
- <Compile Include="FlipBook.cs" />
- <Compile Include="Pen.cs" />
- <Compile Include="ValueConverters.cs" />
- <Compile Include="Window1.xaml.cs">
- <DependentUpon>Window1.xaml</DependentUpon>
- </Compile>
- <Page Include="Window1.xaml" />
- <Resource Include="Assets\blend.png" />
- <Resource Include="Assets\frameCanvas.png" />
- <Resource Include="Assets\icon_addFrame.png" />
- <Resource Include="Assets\icon_dupFrame.png" />
- <Resource Include="Assets\icon_remFrame.png" />
- <Resource Include="Assets\pencil.png" />
- <Resource Include="Assets\splash.png" />
- </ItemGroup>
- </Project>